home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 4 / Mac Giga-ROM 4.0 - 1993.toast / FILES / EDU / R-Z / Study_Systems / Study Systems™ / card_4137.txt < prev    next >
Encoding:
Text File  |  1987-09-29  |  563 b   |  30 lines

  1. -- card: 4137 from stack: in
  2. -- bmap block id: 6481
  3. -- flags: 0000
  4. -- background id: 3642
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   flash 5
  9. end openCard
  10.  
  11.  
  12. -- part 1 (button)
  13. -- low flags: 00
  14. -- high flags: 0000
  15. -- rect: left=475 top=319 right=342 bottom=512
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 32650 / 32650
  18. -- text alignment: 1
  19. -- font id: 0
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: New Button
  24. ----- HyperTalk script -----
  25. on mouseUp
  26.   visual dissolve very slowly
  27.   go next
  28. end mouseUp
  29.  
  30.